home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 13 / CU Amiga Magazine's Super CD-ROM 13 (1997)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1997-08].iso / CUCD / Graphics / Ghostscript / doc / psfiles.txt < prev    next >
Text File  |  1997-04-12  |  8KB  |  237 lines

  1.    Copyright (C) 1990, 1995, 1996 Aladdin Enterprises.  All rights reserved.
  2.   
  3.   This file is part of Aladdin Ghostscript.
  4.   
  5.   Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  6.   or distributor accepts any responsibility for the consequences of using it,
  7.   or for whether it serves any particular purpose or works at all, unless he
  8.   or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  9.   License (the "License") for full details.
  10.   
  11.   Every copy of Aladdin Ghostscript must include a copy of the License,
  12.   normally in a plain ASCII text file named PUBLIC.  The License grants you
  13.   the right to copy, modify and redistribute Aladdin Ghostscript, but only
  14.   under certain conditions described in the License.  Among other things, the
  15.   License requires that the copyright notice and this notice be preserved on
  16.   all copies.
  17.  
  18. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19.  
  20. This file, psfiles.txt, describes the .ps files distributed with
  21. Ghostscript, other than fonts.
  22.  
  23. For an overview of Ghostscript and a list of the documentation files, see
  24. README.
  25.  
  26. Generally used system files
  27. ---------------------------
  28.  
  29. gs_init.ps - Ghostscript reads this automatically when it starts up.  It
  30. contains definitions of many standard procedures and initialization for a
  31. wide variety of things.
  32.  
  33. gs_btokn.ps - gs_init.ps reads this in if the btoken feature is included in
  34. the configuration.  It provides support for binary tokens.
  35.  
  36. gs_ccfnt.ps - gs_init.ps reads this in if the ccfonts feature is included
  37. in the configuration.  It provides support for compiled fonts.
  38.  
  39. gs_fonts.ps - gs_init.ps reads this in.  It initializes Ghostscript's font
  40. machinery and provides some utility procedures that work with fonts.
  41.  
  42. gs_statd.ps - gs_init.ps reads this in.  It creates a dummy statusdict and
  43. some other environmental odds and ends for the benefit of PostScript files
  44. that really want to be printed on a LaserWriter.
  45.  
  46. gs_dps1.ps - gs_init.ps reads this in if the dps feature is included in
  47. the configuration.  It provides support for various Display PostScript and
  48. Level 2 features.
  49.  
  50. gs_lev2.ps - gs_init.ps reads this in if the Ghostscript interpreter
  51. includes Level 2 PostScript functions.  It contains definitions of
  52. procedures and miscellaneous initialization for the Level 2 functions.
  53.  
  54. gs_res.ps - gs_init.ps reads this in if the Level 2 resource machinery is
  55. included.  Currently, this is the case for all Level 2 configurations.
  56.  
  57. gs_type1.ps - gs_init.ps reads this in if the Ghostscript interpreter
  58. includes Type 1 font capability (which it normally does).
  59.  
  60. gs_*_e.ps - These files define the Encodings known to Ghostscript.  All of
  61. them except gs_std_e.ps and gs_iso_e.ps are loaded only if referenced.
  62.  
  63. More obscure system files
  64. -------------------------
  65.  
  66. gs_cmdl.ps - This file is not used yet.  Eventually it will replace C code
  67. that parses the Ghostscript command line.
  68.  
  69. gs_diskf.ps - This file implements the -dDISKFONTS feature (diskfont.dev).
  70. See use.txt for a description of this feature.
  71.  
  72. gs_kanji.ps - This file provides support for the Wadalab free Kanji font.
  73. It is not included automatically in any configuration.
  74.  
  75. gs_pdfwr.ps - This file contains some patches for providing information to
  76. the pdfwrite driver.  It is included only if the pdfwrite driver is
  77. included.
  78.  
  79. gs_pfile.ps - This file provides runtime support for packed fonts.  It is
  80. not included automatically in any configuration.
  81.  
  82. PDF-specific system files
  83. -------------------------
  84.  
  85. gs_pdf.ps - The ProcSet that provides runtime support for PDF files.
  86. pdf2ps copies this into its output.
  87.  
  88. gs_l2img.ps - The ProcSet that emulates the PostScript Level 2 'image'
  89. operator on Level 1 systems.  pdf2ps copies this into its output if the
  90. PSLevel1 option was selected.
  91.  
  92. pdf_2ps.ps - The additions to the PDF interpreter that allow it to convert
  93. PDF to PostScript.
  94.  
  95. pdf_base.ps - Utilities for interpreting PDF objects and streams.
  96.  
  97. pdf_draw.ps - The interpreter for drawing-related PDF operations.
  98.  
  99. pdf_font.ps - Code for handling fonts in PDF files.
  100.  
  101. pdf_main.ps - Document- and page-level control for interpreting PDF files.
  102.  
  103. Art
  104. ---
  105.  
  106. chess.ps - A black-and-white chessboard.
  107.  
  108. golfer.ps - A gray-scale picture of a stylishly dressed woman swinging a
  109. golf club.
  110.  
  111. escher.ps - A colored version of a hexagonally symmetric Escher drawing of
  112. interlocking butterflies.  Can be printed on monochrome devices, with
  113. somewhat less dramatic results.
  114.  
  115. cheq.ps - A chessboard "font" used by chess.ps (obtained from the Adobe
  116. file server).
  117.  
  118. snowflak.ps - A rectangular grid of intricate colored snowflakes.
  119. (Renders very slowly.)
  120.  
  121. colorcir.ps - A set of nested ellipses made up of colored bars.
  122.  
  123. tiger.ps - A dramatic colored picture of a tiger's head.
  124.  
  125. Utilities
  126. ---------
  127.  
  128. For more information on these utility programs, see the comments at the
  129. beginning of the files.  The ones marked with * have batch files or shell
  130. scripts of the same name (e.g., bdftops, bdftops.bat) to invoke them
  131. conveniently.
  132.  
  133. align.ps - a test page for determining the proper margin and offset
  134. parameters for your printer.
  135.  
  136. bench.ps - a file useful for running benchmarks.
  137.  
  138. * bdftops.ps - a utility for converting BDF fonts to outline form: see
  139. fonts.txt for more information.
  140.  
  141. caption.ps - a file for putting a caption in a box at the bottom of each
  142. page, useful for trade show demos.
  143.  
  144. docie.ps - an emulation of the CIE color mapping algorithms.
  145.  
  146. * gslp.ps - a utility for doing "line printing" of plain text files.
  147.  
  148. impath.ps - a utility for reconstructing outlines from bitmap images,
  149. used by bdftops.
  150.  
  151. landscap.ps - a file that you can put in front of your own files to get
  152. them rendered in landscape mode.
  153.  
  154. level1.ps - a file that turns off any Level 2 features.
  155.  
  156. packfile.ps - a utility for compressing fonts into a single file.
  157.  
  158. prfont.ps - a utility to print a font catalog.
  159.  
  160. * ps2ascii.ps - a utility for extracting the ASCII text from PostScript
  161. source files.  It redefines many operators.  For more information, see the
  162. comments in the file.
  163.  
  164. ps2ai.ps - a utility for converting an arbitrary PostScript file into a
  165. form compatible with Adobe Illustrator.
  166.  
  167. * ps2epsi.ps - a utility for converting an arbitrary PostScript file into
  168. EPSI form.
  169.  
  170. pstoppm.ps - a utility for rendering PostScript files onto PPM (bitmap)
  171. files.  The p*m[raw] drivers now do this better, so there is no reason to
  172. use this utility.
  173.  
  174. quit.ps - a file containing just the word "quit".  (The -c switch now makes
  175. this unnecessary; this file exists for backward compatibility.)
  176.  
  177. rollconv.ps - a utility for converting files produced by Macromedia's Rollup
  178. program to a Type 0 form directly usable by Ghostscript.
  179.  
  180. showpage.ps - a file containing just the word "showpage".  (The -c switch
  181. now makes this unnecessary; this file exists for backward compatibility.)
  182.  
  183. viewcmyk.ps - a utility for displaying CMYK files.
  184.  
  185. viewgif.ps - a utility for displaying GIF files.
  186.  
  187. viewjpeg.ps - a utility for displaying JPEG files.
  188.  
  189. viewpcx.ps - a utility for displaying PCX files.
  190.  
  191. viewpbm.ps - a utility for displaying PBM/PGM/PPM files.
  192.  
  193. waterfal.ps - a utility to print a "waterfall" of fonts at different
  194. sizes.
  195.  
  196. Development tools
  197. -----------------
  198.  
  199. acctest.ps - a utility that checks whether the interpreter enforces access
  200. restrictions.
  201.  
  202. decrypt.ps - a utility for decrypting the eexec section of a font.
  203.  
  204. markpath.ps - a utility for showing the points on a path.
  205.  
  206. pcharstr.ps - a utility for printing out the CharStrings and Subrs in a
  207. Type 1 font.
  208.  
  209. ppath.ps - a couple of utilities for printing out the current path, for
  210. debugging.
  211.  
  212. traceop.ps - a utility for tracing uses of any procedure or operator
  213. for debugging.
  214.  
  215. type1enc.ps - the Type 1 font format encryption and decryption
  216. algorithms written in PostScript.
  217.  
  218. unprot.ps - a prologue to disable access checking.
  219.  
  220. viewps2a.ps - a utility for displaying the output of ps2ascii.ps.
  221.  
  222. winmaps.ps - a utility for creating mappings between the Adobe encodings
  223. and the Microsoft Windows character sets.
  224.  
  225. wrfont.ps - a utility for writing out an unprotected Type 1 font, such as
  226. the standard Ghostscript fonts.
  227.  
  228. zeroline.ps - a utility for testing how interpreters handle zero-width
  229. lines.
  230.  
  231. Odds and ends
  232. -------------
  233.  
  234. lines.ps - a test program for line joins and caps.
  235.  
  236. type1ops.ps - the Type 1 font format opcodes.
  237.